home *** CD-ROM | disk | FTP | other *** search
- _root.stopAllSounds();
- _root.music.stop();
- _root.health = 100;
- _root.lives = 3;
- _root.score = 0;
- _root.magic = 100;
- if(!_root.cont)
- {
- _root.cont = 3;
- _root.contLevel = _currentframe;
- }
- dropNum = 0;
- var checkVis = function(which)
- {
- if(which.hitTest(_root.cam))
- {
- which._visible = true;
- }
- else
- {
- which._visible = false;
- }
- };
- _root.stopAllSounds();
- music.stop();
- _root.pauseMode = false;
- _root.remake = false;
- stop();
-